Results 1 - 3 of 3
PBP (Python Browser Poseur) is a web test tool that exposes the browser functionality at the level of a shell-like interpreter so that testers can quickly write tests in a simple language designed specifically for that purpose. Anyone familiar with a command line should be able to write test scripts for even the most complex web applications with PBP.
Platform:Cross platform ; License:MIT/X Consortium License
Reference:https://pbp.berlios.de/
Achoo is a fluent interface for unit testing Python objects. Achoo makes it easy to make assertions about the properties and behaviours of Python objects. It is designed to be used in conjunction with a unit testing framework like PyUnit's unittest' module, shipped with all modern Python distributions.
Platform:unknown; License:GNU LGPL v3
Reference:https://web.quuxo.com/products/achoo/
Proctor is a tool for running unit tests. It enhances the standard unittest module to provide the ability to find all tests in a set of code, categorize them via tagging, and run some or all of them. Test output may be generated in a variety of formats to support parsing by another tool or simple, nicely formatted, reports for human review.
Platform:unknown ; License:unknown